﻿2026-07-06T07:44:57.3086849Z Current runner version: '2.335.1'
2026-07-06T07:44:57.3091882Z Runner name: 'hfenduleam'
2026-07-06T07:44:57.3092354Z Runner group name: 'Default'
2026-07-06T07:44:57.3092865Z Machine name: 'HFENDULEAM'
2026-07-06T07:44:57.3094822Z ##[group]GITHUB_TOKEN Permissions
2026-07-06T07:44:57.3096293Z Contents: read
2026-07-06T07:44:57.3096635Z Metadata: read
2026-07-06T07:44:57.3096944Z Packages: read
2026-07-06T07:44:57.3097273Z ##[endgroup]
2026-07-06T07:44:57.3098538Z Secret source: Actions
2026-07-06T07:44:57.3098934Z Prepare workflow directory
2026-07-06T07:44:57.3545920Z Prepare all required actions
2026-07-06T07:44:57.3572235Z Getting action download info
2026-07-06T07:44:57.6799156Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-07-06T07:44:58.3055190Z Complete job name: n1-gate (self-hosted, Windows, hfenduleam)
2026-07-06T07:44:58.3781062Z ##[group]Run Get-Process spt,notify-shell -ErrorAction SilentlyContinue |
2026-07-06T07:44:58.3781975Z [36;1mGet-Process spt,notify-shell -ErrorAction SilentlyContinue |[0m
2026-07-06T07:44:58.3782599Z [36;1m  Where-Object { $_.Path -like "$env:GITHUB_WORKSPACE\*" } |[0m
2026-07-06T07:44:58.3783158Z [36;1m  Stop-Process -Force -ErrorAction SilentlyContinue[0m
2026-07-06T07:44:58.3783603Z [36;1mexit 0[0m
2026-07-06T07:44:58.3862678Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-06T07:44:58.3863626Z ##[endgroup]
2026-07-06T07:44:58.7587426Z ##[group]Run actions/checkout@v5
2026-07-06T07:44:58.7587953Z with:
2026-07-06T07:44:58.7588249Z   fetch-depth: 0
2026-07-06T07:44:58.7588805Z   repository: SaberMage/spt-core
2026-07-06T07:44:58.7591949Z   token: ***
2026-07-06T07:44:58.7592284Z   ssh-strict: true
2026-07-06T07:44:58.7592630Z   ssh-user: git
2026-07-06T07:44:58.7592976Z   persist-credentials: true
2026-07-06T07:44:58.7593360Z   clean: true
2026-07-06T07:44:58.7593728Z   sparse-checkout-cone-mode: true
2026-07-06T07:44:58.7594124Z   fetch-tags: false
2026-07-06T07:44:58.7594503Z   show-progress: true
2026-07-06T07:44:58.7594861Z   lfs: false
2026-07-06T07:44:58.7595387Z   submodules: false
2026-07-06T07:44:58.7595744Z   set-safe-directory: true
2026-07-06T07:44:58.7596126Z ##[endgroup]
2026-07-06T07:44:58.9630512Z Syncing repository: SaberMage/spt-core
2026-07-06T07:44:58.9632266Z ##[group]Getting Git version info
2026-07-06T07:44:58.9633100Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-06T07:44:58.9939886Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-06T07:44:59.0191961Z git version 2.43.0.windows.1
2026-07-06T07:44:59.0229104Z ##[endgroup]
2026-07-06T07:44:59.0236932Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\7df73679-4695-4c54-b484-9dee7377c82c\.gitconfig'
2026-07-06T07:44:59.0256597Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\7df73679-4695-4c54-b484-9dee7377c82c' before making global git config changes
2026-07-06T07:44:59.0257614Z Adding repository directory to the temporary git global config as a safe directory
2026-07-06T07:44:59.0263112Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-06T07:44:59.1281655Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-06T07:44:59.1498019Z https://github.com/SaberMage/spt-core
2026-07-06T07:44:59.1527238Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-06T07:44:59.1531569Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-06T07:44:59.1760210Z HEAD
2026-07-06T07:44:59.2023007Z ##[endgroup]
2026-07-06T07:44:59.2026320Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-06T07:44:59.7055961Z ##[group]Cleaning the repository
2026-07-06T07:44:59.7059125Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-06T07:45:04.3329359Z Removing target/
2026-07-06T07:45:04.3360312Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-06T07:45:04.4099718Z HEAD is now at 47e1c1100 Merge 0f08fa92f927c2a517a5c929168c110f43bf337d into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T07:45:04.4125679Z ##[endgroup]
2026-07-06T07:45:04.4130186Z ##[group]Disabling automatic garbage collection
2026-07-06T07:45:04.4135254Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-06T07:45:04.4389737Z ##[endgroup]
2026-07-06T07:45:04.4390187Z ##[group]Setting up auth
2026-07-06T07:45:04.4396170Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-06T07:45:04.4623179Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-06T07:45:04.9669584Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-06T07:45:04.9925302Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-06T07:45:05.4834890Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-06T07:45:05.5069133Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-06T07:45:05.9972834Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-06T07:45:06.0354009Z ##[endgroup]
2026-07-06T07:45:06.0354547Z ##[group]Fetching the repository
2026-07-06T07:45:06.0362676Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +d1012472ade166151b6972b07d3b1e30cd712a6d:refs/remotes/pull/52/merge
2026-07-06T07:45:08.6164108Z From https://github.com/SaberMage/spt-core
2026-07-06T07:45:08.6164729Z    0f08fa92f..2d9d08a51  remote-truth                             -> origin/remote-truth
2026-07-06T07:45:08.6165411Z  + 47e1c1100...d1012472a d1012472ade166151b6972b07d3b1e30cd712a6d -> pull/52/merge  (forced update)
2026-07-06T07:45:08.6310044Z ##[endgroup]
2026-07-06T07:45:08.6310519Z ##[group]Determining the checkout info
2026-07-06T07:45:08.6310853Z ##[endgroup]
2026-07-06T07:45:08.6316107Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-06T07:45:08.6615638Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-06T07:45:08.6882760Z ##[group]Checking out the ref
2026-07-06T07:45:08.6889171Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/52/merge
2026-07-06T07:45:08.7500271Z Warning: you are leaving 1 commit behind, not connected to
2026-07-06T07:45:08.7500674Z any of your branches:
2026-07-06T07:45:08.7500839Z 
2026-07-06T07:45:08.7501058Z   47e1c1100 Merge 0f08fa92f927c2a517a5c929168c110f43bf337d into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T07:45:08.7501344Z 
2026-07-06T07:45:08.7501491Z If you want to keep it by creating a new branch, this may be a good time
2026-07-06T07:45:08.7501784Z to do so with:
2026-07-06T07:45:08.7501892Z 
2026-07-06T07:45:08.7502020Z  git branch <new-branch-name> 47e1c1100
2026-07-06T07:45:08.7502173Z 
2026-07-06T07:45:08.7502452Z HEAD is now at d1012472a Merge 2d9d08a5140bc59c9078b8e0aeb51b8cf3aa0f4c into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T07:45:08.7534209Z ##[endgroup]
2026-07-06T07:45:08.7827886Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-06T07:45:08.8074331Z d1012472ade166151b6972b07d3b1e30cd712a6d
2026-07-06T07:45:08.8379934Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-06T07:45:08.8381095Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-06T07:45:08.8381348Z [36;1m$PIN = "0c95435"[0m
2026-07-06T07:45:08.8381587Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-06T07:45:08.8381846Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-06T07:45:08.8382218Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-06T07:45:08.8382598Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-06T07:45:08.8382901Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-06T07:45:08.8383186Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-06T07:45:08.8383412Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-06T07:45:08.8383701Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-06T07:45:08.8384063Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-06T07:45:08.8384287Z [36;1m}[0m
2026-07-06T07:45:08.8384501Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-06T07:45:08.8384816Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-06T07:45:08.8452931Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-06T07:45:08.8453227Z ##[endgroup]
2026-07-06T07:45:09.8501126Z    Compiling proc-macro2 v1.0.106
2026-07-06T07:45:09.8501829Z    Compiling quote v1.0.45
2026-07-06T07:45:09.8502216Z    Compiling unicode-ident v1.0.24
2026-07-06T07:45:09.8502534Z    Compiling cfg-if v1.0.4
2026-07-06T07:45:09.8502843Z    Compiling serde_core v1.0.228
2026-07-06T07:45:09.8503133Z    Compiling serde v1.0.228
2026-07-06T07:45:09.8503406Z    Compiling windows-link v0.2.1
2026-07-06T07:45:09.8503754Z    Compiling getrandom v0.3.4
2026-07-06T07:45:09.8504036Z    Compiling typenum v1.20.1
2026-07-06T07:45:09.8504355Z    Compiling portable-atomic v1.13.1
2026-07-06T07:45:09.8505279Z    Compiling version_check v0.9.5
2026-07-06T07:45:09.8505637Z    Compiling pin-project-lite v0.2.17
2026-07-06T07:45:09.8506029Z    Compiling shlex v2.0.1
2026-07-06T07:45:09.8506896Z    Compiling find-msvc-tools v0.1.9
2026-07-06T07:45:09.8517052Z    Compiling critical-section v1.2.0
2026-07-06T07:45:09.8525971Z    Compiling memchr v2.8.1
2026-07-06T07:45:09.9907375Z    Compiling windows-sys v0.61.2
2026-07-06T07:45:10.0063765Z    Compiling subtle v2.6.1
2026-07-06T07:45:10.0268766Z    Compiling futures-core v0.3.32
2026-07-06T07:45:10.1058454Z    Compiling smallvec v1.15.1
2026-07-06T07:45:10.1094267Z    Compiling equivalent v1.0.2
2026-07-06T07:45:10.2312235Z    Compiling itoa v1.0.18
2026-07-06T07:45:10.3378548Z    Compiling bytes v1.11.1
2026-07-06T07:45:10.3400834Z    Compiling semver v1.0.28
2026-07-06T07:45:10.3836563Z    Compiling stable_deref_trait v1.2.1
2026-07-06T07:45:10.4913810Z    Compiling generic-array v0.14.7
2026-07-06T07:45:10.4947637Z    Compiling log v0.4.32
2026-07-06T07:45:10.5484087Z    Compiling futures-io v0.3.32
2026-07-06T07:45:10.5565944Z    Compiling slab v0.4.12
2026-07-06T07:45:10.7891295Z    Compiling rustc_version v0.4.1
2026-07-06T07:45:10.8297990Z    Compiling rand_core v0.10.1
2026-07-06T07:45:10.8418626Z    Compiling futures-sink v0.3.32
2026-07-06T07:45:10.8875301Z    Compiling hashbrown v0.17.1
2026-07-06T07:45:10.9200250Z    Compiling rustversion v1.0.22
2026-07-06T07:45:10.9304348Z    Compiling futures-task v0.3.32
2026-07-06T07:45:11.1586669Z    Compiling getrandom v0.2.17
2026-07-06T07:45:11.1867174Z    Compiling cpufeatures v0.2.17
2026-07-06T07:45:11.2048394Z    Compiling getrandom v0.4.2
2026-07-06T07:45:11.3223417Z    Compiling fnv v1.0.7
2026-07-06T07:45:11.6479488Z    Compiling libc v0.2.186
2026-07-06T07:45:11.7525241Z    Compiling futures-channel v0.3.32
2026-07-06T07:45:11.8457203Z    Compiling cfg_aliases v0.2.1
2026-07-06T07:45:11.9451605Z    Compiling jobserver v0.1.34
2026-07-06T07:45:11.9698672Z    Compiling strsim v0.11.1
2026-07-06T07:45:11.9951332Z    Compiling litemap v0.8.2
2026-07-06T07:45:12.0242475Z    Compiling autocfg v1.5.1
2026-07-06T07:45:12.0272931Z    Compiling writeable v0.6.3
2026-07-06T07:45:12.0304236Z    Compiling dunce v1.0.5
2026-07-06T07:45:12.0602868Z    Compiling icu_normalizer_data v2.2.0
2026-07-06T07:45:12.2163135Z    Compiling cc v1.2.63
2026-07-06T07:45:12.3993829Z    Compiling utf8_iter v1.0.4
2026-07-06T07:45:12.4583289Z    Compiling icu_properties_data v2.2.0
2026-07-06T07:45:12.4640533Z    Compiling indexmap v2.14.0
2026-07-06T07:45:12.6046827Z    Compiling crypto-common v0.1.7
2026-07-06T07:45:12.7103142Z    Compiling ident_case v1.0.1
2026-07-06T07:45:12.7729838Z    Compiling syn v2.0.117
2026-07-06T07:45:12.8202992Z    Compiling fs_extra v1.3.0
2026-07-06T07:45:12.8422932Z    Compiling percent-encoding v2.3.2
2026-07-06T07:45:12.8530568Z    Compiling http v1.4.1
2026-07-06T07:45:12.8949198Z    Compiling thiserror v2.0.18
2026-07-06T07:45:12.9478001Z    Compiling cpufeatures v0.3.0
2026-07-06T07:45:12.9497446Z    Compiling aws-lc-rs v1.17.0
2026-07-06T07:45:12.9713328Z    Compiling unicode-segmentation v1.13.3
2026-07-06T07:45:13.1823466Z    Compiling scopeguard v1.2.0
2026-07-06T07:45:13.2261277Z    Compiling cmake v0.1.58
2026-07-06T07:45:13.2981210Z    Compiling form_urlencoded v1.2.2
2026-07-06T07:45:13.3530689Z    Compiling chacha20 v0.10.0
2026-07-06T07:45:13.4481232Z    Compiling lock_api v0.4.14
2026-07-06T07:45:13.5976780Z    Compiling block-buffer v0.10.4
2026-07-06T07:45:13.6597105Z    Compiling winapi v0.3.9
2026-07-06T07:45:13.7371284Z    Compiling bitflags v2.12.1
2026-07-06T07:45:13.7574286Z    Compiling untrusted v0.9.0
2026-07-06T07:45:13.8020017Z    Compiling num-traits v0.2.19
2026-07-06T07:45:13.8574384Z    Compiling rand v0.10.1
2026-07-06T07:45:13.9290389Z    Compiling windows-strings v0.5.1
2026-07-06T07:45:14.2707718Z    Compiling aws-lc-sys v0.41.0
2026-07-06T07:45:14.3653907Z    Compiling ring v0.17.14
2026-07-06T07:45:14.4431155Z    Compiling digest v0.10.7
2026-07-06T07:45:14.5378747Z    Compiling windows-result v0.4.1
2026-07-06T07:45:14.5468267Z    Compiling heck v0.5.0
2026-07-06T07:45:14.5832462Z    Compiling rustls v0.23.40
2026-07-06T07:45:14.6389662Z    Compiling convert_case v0.10.0
2026-07-06T07:45:14.7007968Z    Compiling atomic-waker v1.1.2
2026-07-06T07:45:14.7167343Z    Compiling unicode-xid v0.2.6
2026-07-06T07:45:14.8087327Z    Compiling anyhow v1.0.102
2026-07-06T07:45:15.0084526Z    Compiling const-oid v0.10.2
2026-07-06T07:45:15.0318204Z    Compiling parking_lot_core v0.9.12
2026-07-06T07:45:15.0469825Z    Compiling httparse v1.10.1
2026-07-06T07:45:15.0587752Z    Compiling zerocopy v0.8.50
2026-07-06T07:45:15.1150442Z    Compiling http-body v1.0.1
2026-07-06T07:45:15.1892857Z    Compiling curve25519-dalek v4.1.3
2026-07-06T07:45:15.4589627Z    Compiling hybrid-array v0.4.12
2026-07-06T07:45:15.4671889Z    Compiling ahash v0.8.12
2026-07-06T07:45:15.7285213Z    Compiling either v1.16.0
2026-07-06T07:45:15.7332778Z    Compiling powerfmt v0.2.0
2026-07-06T07:45:15.7424194Z    Compiling base64ct v1.8.3
2026-07-06T07:45:15.7544738Z    Compiling fastrand v2.4.1
2026-07-06T07:45:16.1160819Z    Compiling deranged v0.5.8
2026-07-06T07:45:16.2261361Z    Compiling pem-rfc7468 v1.0.0
2026-07-06T07:45:16.4170580Z    Compiling uuid v1.23.2
2026-07-06T07:45:16.4625778Z    Compiling rand_core v0.6.4
2026-07-06T07:45:16.4838315Z    Compiling tower-service v0.3.3
2026-07-06T07:45:16.5005570Z    Compiling zmij v1.0.21
2026-07-06T07:45:16.5347414Z    Compiling num-conv v0.2.2
2026-07-06T07:45:16.9079910Z    Compiling time-core v0.1.8
2026-07-06T07:45:16.9132688Z    Compiling tinyvec_macros v0.1.1
2026-07-06T07:45:17.1420823Z    Compiling pkg-config v0.3.33
2026-07-06T07:45:17.1740302Z    Compiling base64 v0.22.1
2026-07-06T07:45:17.1873986Z    Compiling vcpkg v0.2.15
2026-07-06T07:45:17.2404519Z    Compiling try-lock v0.2.5
2026-07-06T07:45:17.3380870Z    Compiling data-encoding v2.11.0
2026-07-06T07:45:17.4144406Z    Compiling want v0.3.1
2026-07-06T07:45:17.4857872Z    Compiling synstructure v0.13.2
2026-07-06T07:45:17.4941829Z    Compiling darling_core v0.20.11
2026-07-06T07:45:17.5173214Z    Compiling parking_lot v0.12.5
2026-07-06T07:45:17.7152040Z    Compiling tinyvec v1.11.0
2026-07-06T07:45:17.8352160Z    Compiling block-buffer v0.12.0
2026-07-06T07:45:17.9797837Z    Compiling crypto-common v0.2.2
2026-07-06T07:45:18.0850445Z    Compiling sha2 v0.10.9
2026-07-06T07:45:18.1433212Z    Compiling socket2 v0.6.4
2026-07-06T07:45:18.2023163Z    Compiling mio v1.2.1
2026-07-06T07:45:18.4778493Z    Compiling vergen-lib v9.1.0
2026-07-06T07:45:18.5926008Z    Compiling inout v0.1.4
2026-07-06T07:45:18.7145555Z    Compiling n0-future v0.3.2
2026-07-06T07:45:18.7805521Z    Compiling crossbeam-utils v0.8.21
2026-07-06T07:45:18.9127063Z    Compiling libsqlite3-sys v0.30.1
2026-07-06T07:45:18.9644200Z    Compiling cordyceps v0.3.4
2026-07-06T07:45:19.0410611Z    Compiling diatomic-waker v0.2.3
2026-07-06T07:45:19.1402869Z    Compiling winnow v1.0.3
2026-07-06T07:45:19.2025094Z    Compiling serde_json v1.0.150
2026-07-06T07:45:19.2351594Z    Compiling httpdate v1.0.3
2026-07-06T07:45:19.5154812Z    Compiling parking v2.2.1
2026-07-06T07:45:19.5762141Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-06T07:45:19.5960796Z    Compiling signature v2.2.0
2026-07-06T07:45:19.7908002Z    Compiling spin v0.10.0
2026-07-06T07:45:19.9269892Z    Compiling futures-lite v2.6.1
2026-07-06T07:45:20.1632961Z    Compiling futures-buffered v0.2.13
2026-07-06T07:45:20.1640695Z    Compiling ed25519 v2.2.3
2026-07-06T07:45:20.2349061Z    Compiling serde_derive v1.0.228
2026-07-06T07:45:20.2558254Z    Compiling zeroize_derive v1.4.3
2026-07-06T07:45:20.6128568Z    Compiling zerofrom-derive v0.1.7
2026-07-06T07:45:20.7015556Z    Compiling yoke-derive v0.8.2
2026-07-06T07:45:20.7462617Z    Compiling tokio-macros v2.7.0
2026-07-06T07:45:20.7838084Z    Compiling futures-macro v0.3.32
2026-07-06T07:45:20.8376407Z    Compiling zerovec-derive v0.11.3
2026-07-06T07:45:20.8427754Z    Compiling displaydoc v0.2.6
2026-07-06T07:45:20.8664015Z    Compiling tracing-attributes v0.1.31
2026-07-06T07:45:20.9979501Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-06T07:45:21.1192052Z    Compiling thiserror-impl v2.0.18
2026-07-06T07:45:21.4892695Z    Compiling darling_macro v0.20.11
2026-07-06T07:45:21.4896251Z    Compiling derive_more-impl v2.1.1
2026-07-06T07:45:22.0684991Z    Compiling zeroize v1.8.2
2026-07-06T07:45:22.3007851Z    Compiling tokio v1.52.3
2026-07-06T07:45:22.3192460Z    Compiling futures-util v0.3.32
2026-07-06T07:45:22.3473357Z    Compiling spez v0.1.2
2026-07-06T07:45:22.3501478Z    Compiling n0-error-macros v0.1.3
2026-07-06T07:45:22.4964414Z    Compiling darling v0.20.11
2026-07-06T07:45:22.6377242Z    Compiling rustls-pki-types v1.14.1
2026-07-06T07:45:22.7629327Z    Compiling windows-implement v0.60.2
2026-07-06T07:45:22.9727125Z    Compiling derive_builder_core v0.20.2
2026-07-06T07:45:23.0035543Z    Compiling windows-interface v0.59.3
2026-07-06T07:45:23.0952537Z    Compiling der v0.8.0-rc.10
2026-07-06T07:45:23.1329588Z    Compiling pin-project-internal v1.1.13
2026-07-06T07:45:23.4267835Z    Compiling zerofrom v0.1.8
2026-07-06T07:45:23.9648249Z    Compiling yoke v0.8.3
2026-07-06T07:45:23.9672931Z    Compiling n0-error v0.1.3
2026-07-06T07:45:24.0558727Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-06T07:45:24.2325512Z    Compiling cipher v0.4.4
2026-07-06T07:45:24.2428441Z    Compiling digest v0.11.3
2026-07-06T07:45:24.4338329Z    Compiling windows-core v0.62.2
2026-07-06T07:45:24.6321970Z    Compiling zerovec v0.11.6
2026-07-06T07:45:24.8586113Z    Compiling zerotrie v0.2.4
2026-07-06T07:45:24.9570613Z    Compiling vergen v9.1.0
2026-07-06T07:45:25.1908563Z    Compiling derive_builder_macro v0.20.2
2026-07-06T07:45:25.3623986Z    Compiling spki v0.8.0-rc.4
2026-07-06T07:45:25.3806897Z    Compiling pin-project v1.1.13
2026-07-06T07:45:25.4545220Z    Compiling vergen-lib v0.1.6
2026-07-06T07:45:25.5953061Z    Compiling universal-hash v0.5.1
2026-07-06T07:45:25.6441071Z    Compiling noq-udp v0.10.0
2026-07-06T07:45:25.7303568Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-06T07:45:25.7927971Z    Compiling tinystr v0.8.3
2026-07-06T07:45:25.8269357Z    Compiling potential_utf v0.1.5
2026-07-06T07:45:25.8284814Z    Compiling heapless v0.7.17
2026-07-06T07:45:25.9619055Z    Compiling sync_wrapper v1.0.2
2026-07-06T07:45:25.9710757Z    Compiling derive_builder v0.20.2
2026-07-06T07:45:26.0470647Z    Compiling icu_collections v2.2.0
2026-07-06T07:45:26.0567571Z    Compiling byteorder v1.5.0
2026-07-06T07:45:26.1537495Z    Compiling icu_locale_core v2.2.0
2026-07-06T07:45:26.2128558Z    Compiling allocator-api2 v0.2.21
2026-07-06T07:45:26.2412562Z    Compiling opaque-debug v0.3.1
2026-07-06T07:45:26.2864318Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-06T07:45:26.3772421Z    Compiling polyval v0.6.2
2026-07-06T07:45:26.4223670Z    Compiling hash32 v0.2.1
2026-07-06T07:45:26.6538687Z    Compiling ipnet v2.12.0
2026-07-06T07:45:26.7088326Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-06T07:45:26.7864977Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-06T07:45:26.9413436Z    Compiling ed25519-dalek v2.2.0
2026-07-06T07:45:27.1157542Z    Compiling derive_more v2.1.1
2026-07-06T07:45:27.1222279Z    Compiling prefix-trie v0.8.4
2026-07-06T07:45:27.2228614Z    Compiling once_cell v1.21.4
2026-07-06T07:45:27.2767774Z    Compiling spin v0.9.8
2026-07-06T07:45:27.4287125Z    Compiling vergen-gitcl v1.0.8
2026-07-06T07:45:27.5091153Z    Compiling windows-threading v0.2.1
2026-07-06T07:45:27.6366211Z    Compiling tracing-core v0.1.36
2026-07-06T07:45:27.8009130Z    Compiling futures-executor v0.3.32
2026-07-06T07:45:27.8668518Z    Compiling icu_provider v2.2.0
2026-07-06T07:45:27.9191670Z    Compiling fallible-iterator v0.3.0
2026-07-06T07:45:27.9346155Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-06T07:45:27.9415567Z    Compiling tower-layer v0.3.3
2026-07-06T07:45:27.9563517Z    Compiling ryu v1.0.23
2026-07-06T07:45:28.2079294Z    Compiling hashbrown v0.14.5
2026-07-06T07:45:28.2709732Z    Compiling tracing v0.1.44
2026-07-06T07:45:28.3022470Z    Compiling signature v3.0.0
2026-07-06T07:45:28.3031232Z    Compiling futures v0.3.32
2026-07-06T07:45:28.4011047Z    Compiling windows-future v0.3.2
2026-07-06T07:45:28.5369921Z    Compiling icu_normalizer v2.2.0
2026-07-06T07:45:28.5479483Z    Compiling icu_properties v2.2.0
2026-07-06T07:45:28.5563873Z    Compiling ed25519 v3.0.0-rc.4
2026-07-06T07:45:28.6223267Z    Compiling spt-proto v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-07-06T07:45:28.6633945Z    Compiling proc-macro-crate v3.5.0
2026-07-06T07:45:28.6750755Z    Compiling windows-targets v0.52.6
2026-07-06T07:45:29.0415238Z    Compiling ghash v0.5.1
2026-07-06T07:45:29.1054274Z    Compiling windows-numerics v0.3.1
2026-07-06T07:45:29.2737211Z    Compiling hashlink v0.9.1
2026-07-06T07:45:29.3391897Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-06T07:45:29.4280455Z    Compiling windows-collections v0.3.2
2026-07-06T07:45:29.4702151Z    Compiling sha2 v0.11.0-rc.5
2026-07-06T07:45:29.5348374Z    Compiling ctr v0.9.2
2026-07-06T07:45:29.5654262Z    Compiling aes v0.8.4
2026-07-06T07:45:29.6449951Z    Compiling cobs v0.3.0
2026-07-06T07:45:29.7245944Z    Compiling postcard-derive v0.2.2
2026-07-06T07:45:29.7310481Z    Compiling fs2 v0.4.3
2026-07-06T07:45:29.7561686Z    Compiling tokio-util v0.7.18
2026-07-06T07:45:29.7968026Z    Compiling rusqlite v0.32.1
2026-07-06T07:45:29.8638455Z    Compiling time v0.3.47
2026-07-06T07:45:30.0170681Z    Compiling idna_adapter v1.2.2
2026-07-06T07:45:30.0943335Z    Compiling http-body-util v0.1.3
2026-07-06T07:45:30.1372576Z    Compiling aead v0.5.2
2026-07-06T07:45:30.1586502Z    Compiling widestring v1.2.1
2026-07-06T07:45:30.2714406Z    Compiling idna v1.1.0
2026-07-06T07:45:30.3322600Z    Compiling ipconfig v0.3.4
2026-07-06T07:45:30.4637936Z    Compiling utf8parse v0.2.2
2026-07-06T07:45:30.6744422Z    Compiling arrayvec v0.7.6
2026-07-06T07:45:30.7270097Z    Compiling url v2.5.8
2026-07-06T07:45:30.7785170Z    Compiling postcard v1.1.3
2026-07-06T07:45:30.8004951Z    Compiling aes-gcm v0.10.3
2026-07-06T07:45:30.8556366Z    Compiling data-encoding-macro v0.1.20
2026-07-06T07:45:31.0202812Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-06T07:45:31.0229598Z    Compiling windows v0.62.2
2026-07-06T07:45:31.1066352Z    Compiling tower v0.5.3
2026-07-06T07:45:31.1550274Z    Compiling spt-store v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-07-06T07:45:31.2025754Z    Compiling num_enum_derive v0.7.6
2026-07-06T07:45:31.6585837Z    Compiling h2 v0.4.14
2026-07-06T07:45:31.9256873Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-06T07:45:32.1325088Z    Compiling windows-sys v0.59.0
2026-07-06T07:45:32.2761550Z    Compiling crossbeam-channel v0.5.15
2026-07-06T07:45:32.4014099Z    Compiling crossbeam-epoch v0.9.18
2026-07-06T07:45:32.4043171Z    Compiling chrono v0.4.45
2026-07-06T07:45:32.6223043Z    Compiling enum-assoc v1.3.0
2026-07-06T07:45:32.7133110Z    Compiling iroh-metrics-derive v0.4.1
2026-07-06T07:45:33.1698791Z    Compiling strum_macros v0.28.0
2026-07-06T07:45:33.2054078Z    Compiling async-trait v0.1.89
2026-07-06T07:45:33.3427809Z    Compiling windows-registry v0.6.1
2026-07-06T07:45:33.4040695Z    Compiling blake3 v1.8.5
2026-07-06T07:45:33.4898755Z    Compiling memoffset v0.6.5
2026-07-06T07:45:33.7349804Z    Compiling noq v0.18.0
2026-07-06T07:45:33.7394299Z    Compiling netwatch v0.16.0
2026-07-06T07:45:34.0614521Z    Compiling acto v0.8.2
2026-07-06T07:45:34.1349298Z    Compiling mac-addr v0.3.0
2026-07-06T07:45:34.2985149Z    Compiling foldhash v0.2.0
2026-07-06T07:45:34.3422965Z    Compiling xml-rs v0.8.28
2026-07-06T07:45:34.5024928Z    Compiling ref-cast v1.0.25
2026-07-06T07:45:34.5398021Z    Compiling identity-hash v0.1.0
2026-07-06T07:45:34.5725294Z    Compiling tagptr v0.2.0
2026-07-06T07:45:34.6443626Z    Compiling rustc-hash v2.1.2
2026-07-06T07:45:34.8091635Z    Compiling sorted-index-buffer v0.2.1
2026-07-06T07:45:34.8435060Z    Compiling lru-slab v0.1.2
2026-07-06T07:45:34.9376447Z    Compiling thiserror v1.0.69
2026-07-06T07:45:35.0872957Z    Compiling moka v0.12.15
2026-07-06T07:45:35.1348391Z    Compiling hashbrown v0.16.1
2026-07-06T07:45:35.2664146Z    Compiling spt-msg v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-07-06T07:45:35.4057945Z    Compiling netdev v0.42.0
2026-07-06T07:45:35.5321684Z    Compiling xmltree v0.10.3
2026-07-06T07:45:36.1136156Z    Compiling iroh-relay v0.98.0
2026-07-06T07:45:36.2239361Z    Compiling iroh-metrics v0.38.3
2026-07-06T07:45:36.2378649Z    Compiling num_enum v0.7.6
2026-07-06T07:45:36.3080347Z    Compiling n0-watcher v0.6.1
2026-07-06T07:45:36.7478610Z    Compiling tower-http v0.6.11
2026-07-06T07:45:36.7732808Z    Compiling attohttpc v0.30.1
2026-07-06T07:45:36.7819977Z    Compiling iroh-base v0.98.0
2026-07-06T07:45:36.8484530Z    Compiling strum v0.28.0
2026-07-06T07:45:36.9079562Z    Compiling tokio-stream v0.1.18
2026-07-06T07:45:36.9355994Z    Compiling toml_datetime v0.6.11
2026-07-06T07:45:36.9620087Z    Compiling serde_spanned v0.6.9
2026-07-06T07:45:37.1178971Z    Compiling hyper v1.10.1
2026-07-06T07:45:37.2522342Z    Compiling thiserror-impl v1.0.69
2026-07-06T07:45:37.2920869Z    Compiling ref-cast-impl v1.0.25
2026-07-06T07:45:37.4136004Z    Compiling serde_derive_internals v0.29.1
2026-07-06T07:45:37.7824505Z    Compiling simple-dns v0.9.3
2026-07-06T07:45:38.1530619Z    Compiling serial-core v0.4.0
2026-07-06T07:45:38.2319766Z    Compiling aho-corasick v1.1.4
2026-07-06T07:45:38.4036511Z    Compiling winnow v0.7.15
2026-07-06T07:45:38.4649879Z    Compiling constant_time_eq v0.4.2
2026-07-06T07:45:38.5130949Z    Compiling winreg v0.10.1
2026-07-06T07:45:38.7409629Z    Compiling regex-syntax v0.8.10
2026-07-06T07:45:38.8956799Z    Compiling resolv-conf v0.7.6
2026-07-06T07:45:38.9874754Z    Compiling simdutf8 v0.1.5
2026-07-06T07:45:39.1043897Z    Compiling arrayref v0.3.9
2026-07-06T07:45:39.1436915Z    Compiling smol_str v0.1.24
2026-07-06T07:45:39.2508497Z    Compiling toml_write v0.1.2
2026-07-06T07:45:39.4886085Z    Compiling sha1_smol v1.0.1
2026-07-06T07:45:39.5526214Z    Compiling hyper-util v0.1.20
2026-07-06T07:45:39.7468411Z    Compiling schemars_derive v1.2.1
2026-07-06T07:45:39.8681046Z    Compiling serial-windows v0.4.0
2026-07-06T07:45:40.0251723Z    Compiling lru v0.16.4
2026-07-06T07:45:40.5391844Z    Compiling iroh-dns v0.98.0
2026-07-06T07:45:40.5668875Z    Compiling webpki-roots v1.0.7
2026-07-06T07:45:40.6004906Z    Compiling seize v0.5.1
2026-07-06T07:45:40.8100103Z    Compiling toml_edit v0.22.27
2026-07-06T07:45:41.0202326Z    Compiling darling_core v0.23.0
2026-07-06T07:45:41.0595105Z    Compiling hmac v0.12.1
2026-07-06T07:45:41.1928202Z    Compiling serde_bytes v0.11.19
2026-07-06T07:45:41.2674567Z    Compiling iroh v0.98.2
2026-07-06T07:45:41.4041993Z    Compiling igd-next v0.17.1
2026-07-06T07:45:41.4774886Z    Compiling cmov v0.5.4
2026-07-06T07:45:41.5966808Z    Compiling bitflags v1.3.2
2026-07-06T07:45:41.7055259Z    Compiling once_cell_polyfill v1.70.2
2026-07-06T07:45:41.7955928Z    Compiling lazy_static v1.5.0
2026-07-06T07:45:41.9023365Z    Compiling regex-automata v0.4.14
2026-07-06T07:45:41.9225487Z    Compiling dyn-clone v1.0.20
2026-07-06T07:45:42.0016293Z    Compiling anstyle v1.0.14
2026-07-06T07:45:42.0598978Z    Compiling wmi v0.18.4
2026-07-06T07:45:42.0614128Z    Compiling pin-utils v0.1.0
2026-07-06T07:45:42.3468297Z    Compiling nix v0.25.1
2026-07-06T07:45:42.5432904Z    Compiling anstyle-wincon v3.0.11
2026-07-06T07:45:42.5817188Z    Compiling shared_library v0.1.9
2026-07-06T07:45:42.5980022Z    Compiling ctutils v0.4.2
2026-07-06T07:45:42.5997770Z    Compiling hkdf v0.12.4
2026-07-06T07:45:42.6440073Z    Compiling papaya v0.2.4
2026-07-06T07:45:42.7191496Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-06T07:45:43.0259842Z    Compiling schemars v1.2.1
2026-07-06T07:45:43.1639722Z    Compiling serial v0.4.0
2026-07-06T07:45:43.4321707Z    Compiling filedescriptor v0.8.3
2026-07-06T07:45:43.5414155Z    Compiling anstyle-parse v1.0.0
2026-07-06T07:45:43.7698584Z    Compiling toml v0.8.23
2026-07-06T07:45:43.9792199Z    Compiling backon v1.6.0
2026-07-06T07:45:44.2176114Z    Compiling anstyle-query v1.1.5
2026-07-06T07:45:44.3177301Z    Compiling portmapper v0.16.0
2026-07-06T07:45:44.6712373Z    Compiling vte_generate_state_changes v0.1.2
2026-07-06T07:45:44.7733569Z    Compiling shell-words v1.1.1
2026-07-06T07:45:44.7795126Z    Compiling is_terminal_polyfill v1.70.2
2026-07-06T07:45:44.9738446Z    Compiling colorchoice v1.0.5
2026-07-06T07:45:45.1371574Z    Compiling regex v1.12.3
2026-07-06T07:45:45.2271828Z    Compiling foldhash v0.1.5
2026-07-06T07:45:45.2594981Z    Compiling downcast-rs v1.2.1
2026-07-06T07:45:45.4312355Z    Compiling paste v1.0.15
2026-07-06T07:45:45.4321415Z    Compiling instability v0.3.12
2026-07-06T07:45:45.5405876Z    Compiling vte v0.13.1
2026-07-06T07:45:45.7490750Z    Compiling spt-runtime v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-07-06T07:45:46.1150157Z    Compiling hashbrown v0.15.5
2026-07-06T07:45:46.1150671Z    Compiling portable-pty v0.8.1
2026-07-06T07:45:46.1266690Z    Compiling darling_macro v0.23.0
2026-07-06T07:45:46.3509855Z    Compiling anstream v1.0.0
2026-07-06T07:45:46.6075246Z    Compiling spake2 v0.4.0
2026-07-06T07:45:46.6096169Z    Compiling strum_macros v0.26.4
2026-07-06T07:45:46.7263612Z    Compiling crossterm_winapi v0.9.1
2026-07-06T07:45:47.1448447Z    Compiling terminal_size v0.4.4
2026-07-06T07:45:47.2033021Z    Compiling darling v0.23.0
2026-07-06T07:45:47.3152637Z    Compiling itertools v0.13.0
2026-07-06T07:45:47.3755605Z    Compiling sha1 v0.10.6
2026-07-06T07:45:47.4846689Z    Compiling castaway v0.2.4
2026-07-06T07:45:47.6134961Z    Compiling recvmsg v1.0.0
2026-07-06T07:45:47.6661558Z    Compiling static_assertions v1.1.0
2026-07-06T07:45:47.7824209Z    Compiling doctest-file v1.1.1
2026-07-06T07:45:47.8307662Z    Compiling indoc v2.0.7
2026-07-06T07:45:48.0007260Z    Compiling unicode-width v0.1.14
2026-07-06T07:45:48.0007715Z    Compiling clap_lex v1.1.0
2026-07-06T07:45:48.0349358Z    Compiling compact_str v0.8.2
2026-07-06T07:45:48.1253709Z    Compiling crossterm v0.28.1
2026-07-06T07:45:48.1627367Z    Compiling lru v0.12.5
2026-07-06T07:45:48.6224201Z    Compiling clap_builder v4.6.0
2026-07-06T07:45:48.6397235Z    Compiling spt-term v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-07-06T07:45:48.7686629Z    Compiling spt-live v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-07-06T07:45:48.9532371Z    Compiling interprocess v2.4.2
2026-07-06T07:45:49.3191025Z    Compiling clap_derive v4.6.1
2026-07-06T07:45:49.3250347Z    Compiling unicode-width v0.2.0
2026-07-06T07:45:49.4652744Z    Compiling cassowary v0.3.0
2026-07-06T07:45:49.8509123Z    Compiling strum v0.26.3
2026-07-06T07:45:49.8712668Z    Compiling unicode-truncate v1.1.0
2026-07-06T07:45:49.9820833Z    Compiling error-code v3.3.2
2026-07-06T07:45:49.9920466Z    Compiling nucleo-matcher v0.3.1
2026-07-06T07:45:50.2595028Z    Compiling clipboard-win v5.4.1
2026-07-06T07:45:50.2692308Z    Compiling qrcode v0.14.1
2026-07-06T07:45:50.2793696Z    Compiling tempfile v3.27.0
2026-07-06T07:45:50.4006030Z    Compiling ratatui v0.29.0
2026-07-06T07:45:51.8786331Z    Compiling clap v4.6.1
2026-07-06T07:46:06.4445455Z    Compiling rustls-webpki v0.103.13
2026-07-06T07:46:09.3595642Z    Compiling tokio-rustls v0.26.4
2026-07-06T07:46:09.3595959Z    Compiling rustls-platform-verifier v0.7.0
2026-07-06T07:46:09.3596203Z    Compiling noq-proto v0.17.0
2026-07-06T07:46:09.5265569Z    Compiling hyper-rustls v0.27.9
2026-07-06T07:46:09.5271499Z    Compiling hickory-net v0.26.0-beta.4
2026-07-06T07:46:09.5272029Z    Compiling tokio-websockets v0.13.2
2026-07-06T07:46:09.7049984Z    Compiling reqwest v0.13.4
2026-07-06T07:46:10.9146056Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-06T07:46:36.6356105Z    Compiling spt-net v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-07-06T07:46:40.2465824Z    Compiling spt-daemon v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-07-06T07:46:58.5646388Z    Compiling spt v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-07-06T07:47:10.3722185Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 01s
2026-07-06T07:47:10.3966104Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-e8329339fd16cbd9.exe)
2026-07-06T07:47:10.4529153Z 
2026-07-06T07:47:10.4529607Z running 1 test
2026-07-06T07:47:18.6829797Z test new_brain_serves_against_old_broker ... ok
2026-07-06T07:47:18.6830132Z 
2026-07-06T07:47:18.6830451Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.23s
2026-07-06T07:47:18.6830901Z 
2026-07-06T07:47:18.7458959Z Post job cleanup.
2026-07-06T07:47:18.8560191Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-06T07:47:18.8779621Z git version 2.43.0.windows.1
2026-07-06T07:47:18.8813985Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\1e75b077-63f6-4b57-b2af-c43628b2abcf\.gitconfig'
2026-07-06T07:47:18.8827659Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\1e75b077-63f6-4b57-b2af-c43628b2abcf' before making global git config changes
2026-07-06T07:47:18.8828465Z Adding repository directory to the temporary git global config as a safe directory
2026-07-06T07:47:18.8834707Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-06T07:47:18.9100356Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-06T07:47:18.9365863Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-06T07:47:19.4644258Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-06T07:47:19.4873997Z http.https://github.com/.extraheader
2026-07-06T07:47:19.4902963Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-07-06T07:47:19.5157775Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-06T07:47:20.0702904Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-06T07:47:20.0962227Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-06T07:47:20.6321635Z Cleaning up orphan processes
